fix(deps): update all non-major dependencies#2041
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
1ba56e1 to
7768fd5
Compare
90c5744 to
43269ae
Compare
606c8cc to
26efee5
Compare
26efee5 to
faf2a37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.34.0→^3.35.0^2.30.0→^2.31.0^6.41.0→^6.41.1^6.4.2→^6.5.1^6.4.2→^6.5.1^6.4.2→^6.5.1^8.58.1→^8.59.0^8.58.1→^8.59.0^41.2.0→^41.3.0^7.0.1→^7.1.1^17.4.0→^17.5.0^5.6.6→^5.6.7^5.1.7→^5.1.910.33.0→10.33.23.8.2→3.8.3^7.14.0→^7.14.2~6.0.2→~6.0.3^8.58.1→^8.59.0^8.0.8→^8.0.10^5.106.1→^5.106.2Release Notes
chakra-ui/chakra-ui (@chakra-ui/react)
v3.35.0Compare Source
Minor Changes
1b1f545Thanks @segunadebayo! - Pagination:
Allow
formatprop inPagination.PageTextto accept a function for i18nsupport.
Patch Changes
d041e10Thanks @segunadebayo! - Bump
@ark-ui/reactto5.36.0(from^5.34.1)data-focuson item trigger props.transformed containers, scroll drift, and page sync with indicators.
live region
one dialog instance.
Field.ItemandtargetonField.Rootfor multi-controlfields (re-exported as
FieldItem/Field.Item).FILE_EXISTS.keyboardPriorityfor Home/End and arrows;highlightFirst,highlightLast,highlightNext,highlightPrevious.aria-expandedwhen closed; submenu hover “diagonal” flash fix;multiple triggers.
enterKeyHint,autoSubmit,sanitizeValue.translations;finalFocusElandrestoreFocusprops.allowDuplicates;sanitizeValue;enterKeyHinton mobile.3da73c3Thanks @segunadebayo! - Export missing
datePickerSlotRecipefrom slot recipes#10721
d2b7decThanks @isBatak! - Improve
useBreakpointanduseBreakpointValuetypes withBreakpointName6bad1b7Thanks @segunadebayo! - -
createOverlay: Fix
document.bodyscroll lock andpointer-eventsnotbeing restored when overlays are used under React
StrictMode.16f8329Thanks @segunadebayo! - - System: Fix
isCssUnitutility to reject malformed values like1a5remand1-5rembyproperly escaping the decimal point in the length regex.
e9f04d4Thanks @segunadebayo! - - Dialog,
Drawer: Fixed the panel sometimes showing behind the dimmed overlay when
opening and closing quickly or with certain global z-index styles on the page.
39e3db3Thanks @segunadebayo! - - System /
Tokens: Fix array shorthand for fonts, shadows, gradients, animations, and
easings (no longer mistaken for responsive arrays).
5f30ddbThanks @segunadebayo! - - Hooks: Fix
usePreviousto use a React 19-safe state-based implementation and comparevalues with
Object.isfor correctNaN/-0behavior.#10765
a7c1ffbThanks @rusty-jnr! - Fix date picker calendar
popup clipping constrained by available height
#10675
a98e042Thanks @segunadebayo! - Theme /
KeyFrames: Add CSS variable overrides for slide keyframe distances
(
slide-from-*andslide-to-*), for example:#10781
581c7d1Thanks @CerealeZ! - - GridItem: Fix incorrect
css prop application
c53f298Thanks @segunadebayo! - - System / Global
CSS: Fix an issue where responsive array values in
globalCssselectorrules (for example
#idor.class) were serialized incorrectly instead ofgenerating responsive breakpoint styles.
changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:rjsf-team/react-jsonschema-form (@rjsf/core)
v6.5.1Compare Source
Dev / docs / playground
v6.5.0Compare Source
@rjsf/antd
BaseInputTemplateto removetypeand setchangeOnWheelto false for theInputNumbercomponent, fixing #5002ErrorListandIconButtonto destructure icons imported from@ant-design/icons, fixing #4953key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoInputNumber, fixing a build error caused by the widenedInputPropsType(number | string)@rjsf/chakra-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/core
removeEmptyOptionalObjectsboolean prop to gracefully prune optional empty objects preventing form submission lockouts, fixing #4954buttonelements infocusOnErrorquerySelector so that radio and checkbox groups receive focus on validation error, fixing #4870expandUiSchemaDefinitionscall at form init, now handled at runtime byresolveUiSchema, fixing #4986useRefto track latestformDatainhandleKeyRename, preventing stale closure data when multiple additional property keys are renamed in quick succession, fixing #5021optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidgetfor rendering real enum values in DOM attributes instead of array indices (#4693)@rjsf/daisyui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/fluentui-rc
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mantine
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)BaseInputTemplateto destructure and guardmin/maxbefore spreading ontoNumberInput, fixing a build error caused by the widenedInputPropsType(number | string)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/mui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)sx,rjsfSlotProps,variant) directly throughuiSchemafor all templates and widgets, fixing #4996@rjsf/primereact
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/react-bootstrap
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/semantic-ui
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/shadcn
key={label}to key input inWrapIfAdditionalTemplateto reset input value after duplicate key rename (#4999)optionValueFormat: 'realValue'support toSelectWidget,RadioWidget, andCheckboxesWidget(#4693)@rjsf/utils
removeOptionalEmptyObjectsutility function to recursively strip fully empty optional objects based on their parent'srequiredproperties, fixing #4954InputPropsTypeto widenminandmaxtonumber | stringto support date values (e.g."2020-01-01")getInputProps()to propagateformatMinimumandformatMaximumschema keywords to the HTMLmin/maxattributes fordate,datetime-local,time,week, andmonthinput types, aligning browser-native date picker constraints with AJV validationui:titlefromui:definitionsnot applied tooneOf/anyOfdropdowns beyond first recursion level, fixing #4986enumOptionValueEncoder,enumOptionValueDecoder, andenumOptionSelectedValueutilities for opt-in real enum value rendering in select/radio/checkbox widgets (#4693)optionValueFormat: 'indexed' | 'realValue'toGlobalUISchemaOptionsand theOptionValueFormattype for opt-in real enum values in widget DOM attributes (#4693)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.59.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.59.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
electron/electron (electron)
v41.3.0: electron v41.3.0Compare Source
Release Notes for v41.3.0
Fixes
webContents.printToPDFrejecting on all subsequent calls after a prior call was rejected with an invalidpageRangesvalue. #51221 (Also in 40, 42)app-region: draginside a hiddenWebContentsViewwould still drag the parent window on Windows. #51246 (Also in 40, 42)enable_pdfdisabled. #51248 (Also in 42)setResizable(false)followed bysetResizable(true). #51217 (Also in 42)Other Changes
v41.2.2: electron v41.2.2Compare Source
Release Notes for v41.2.2
Fixes
nodeIntegrationInWorkerdidn't always work in AudioWorklet. #51006 (Also in 42)always-on-top-changedeven to fire with incorrect values. #51135 (Also in 40, 42)Other Changes
gn genfailing to resolveelectron_versionwhen building from agit worktreecheckout. #51165 (Also in 39, 40, 42)v41.2.1: electron v41.2.1Compare Source
Release Notes for v41.2.1
Fixes
metadatafields tocontentTracingtraces. #51021 (Also in 42)kResizeThresholdto trigger the resize on corners. #51002 (Also in 42)fs.staton files inside asar archives returningundefinedforblksizeandblocksinstead of numeric values. #50876 (Also in 40, 42)setSimpleFullScreenon macOS would exit when web content calledrequestFullscreen(). #50985 (Also in 40, 42)app.setPath('sessionData')was called with a non-existent directory. #50958 (Also in 42)frame: false, matching the behavior for windows with frames. #50863 (Also in 42)Other Changes
facebook/react (eslint-plugin-react-hooks)
v7.1.1Compare Source
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.component-hook-factoriesrule for backwards compatibility. (@mofeiZ in #36307)v7.1.0Compare Source
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.useEffectEventchecks in component syntax. (@jbrown215 in #35041)set-state-in-effectvalidation with fewer false negatives. (@jorge-cab in #35134, @josephsavona in #35147, @jackpope in #35214, @chesnokov-tony in #35419, @jsleitor in #36107)sindresorhus/globals (globals)
v17.5.0Compare Source
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.7Compare Source
ai/nanoid (nanoid)
v5.1.9Compare Source
v5.1.8Compare Source
cusatomAlphabet75% faster (by @saripovdenis).pnpm/pnpm (pnpm)
v10.33.2Compare Source
v10.33.1: pnpm 10.33.1Compare Source
Patch Changes
packageManagerfield selects pnpm v11 or newer, commands that v10 would have passed through to npm (version,login,logout,publish,unpublish,deprecate,dist-tag,docs,ping,search,star,stars,unstar,whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example,pnpm version --helpprint npm's help on a project withpackageManager: pnpm@11.0.0-rc.3#11328.Platinum Sponsors
Gold Sponsors
prettier/prettier (prettier)
v3.8.3Compare Source
remix-run/react-router (react-router-dom)
v7.14.2Compare Source
Patch Changes
react-router@7.14.2v7.14.1Compare Source
Patch Changes
react-router@7.14.1microsoft/TypeScript (typescript)
v6.0.3Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v8.0.10Compare Source
Features
Bug Fixes
hmrClient.logger.debugandhmrClient.logger.errorlooked different from other HMR logs (#22147) (a4d828f).css?inline(#22292) (83f0a78)Code Refactoring
v8.0.9Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.